by korejwa (4 Submissions)
Category: Math/Dates
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(7 Votes)
Sort arrays into alphabetical/numerical order. Uses QuickSort for large arrays, Insertion Sort for small subarrays, and CopyMemory APIs for string swapping. Fastest Sorting routine on VBC.